home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 October / MACPOWER-1996-10.ISO.7z / MACPOWER-1996-10.ISO / AMUG / Internet_31 / DropURL 1.4 / DropURL14 / Read Me (SimpleText) < prev    next >
Text File  |  1996-04-27  |  4KB  |  189 lines

  1. DropURL 1.4
  2. The natural way to manage urls.
  3.  
  4.  
  5.  
  6.  
  7. DropURL lets you store URL bookmarks as icons in the Macintosh Finder. They can be arranged simply and hierarchically in folders, put in your Apple menu, or even used as startup items.
  8.  
  9. DropURL requires Internet Config 1.2 or later, and KeyQuencer 1.2 or later is desirable.
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. Creating a DropURL document
  30.  
  31. There are three ways to do this. DropURLユs documents are simply text files with a url in the standard format inside them. If you opened one of the documents with SimpleText it would look like this:
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. Method 1, manual.
  39.  
  40. So, you can open a URL by dragging a TEXT file containing the URL on to the DropURL application. It will then ask Internet Config, version 1.2 or later, to get the correct helper application to get that URL for you.
  41.  
  42. Additionally, DropURL will change the signature of the file to its own so that next time youユll only need to double-click the URL file to open it. (Be careful you donユt do this to text files without meaning to). You may need to close and open the folder to see the icon change.
  43.  
  44. Method 2, using a KeyQuencer extension.
  45.  
  46. I use the fabulous shareware keyboard macro package called KeyQuencer. Rather than write yet another extension that patches GetNextEvent, Iユve provided a KeyQuencer extension that creates a DropURL file containing whatever text youユve just copied to the clipboard.
  47.  
  48.  
  49.  
  50.  
  51. Put the SaveURL extension inside your KeyQuencer Extensions folder (usually in the System Folder) and re-boot. Youユll see this icon if it loads, but donユt worry there are no patches:
  52.  
  53.  
  54.  
  55. To set up the keystroke to execute this extension, open the KeyQuencer control panel and make a macro like this:
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. The most basic form is just to invoke the extension:
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. In this case youユd copy the URL from wherever you saw it, for example by holding the mouse down on a link in Netscape, then hit your hot key (F14 in the example above), youユll then be asked where to save the DropURL file:
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Give your URL a meaningful name and save it where you want. KeyQuencer can be used to grab URLs in more interesting ways, for example you can simply select a URL and have a macro that does the copy for you.
  112.  
  113. Method 3, using an AppleScript
  114.  
  115. The well known scriptMeister Alastair Rankine, has contributed an AppleScript called メSave Clipboard URLモ.
  116.  
  117.  
  118.  
  119.  
  120.  
  121. Iユve supplied both the source and a run-only version. This script prompts you for a file to save the current contents of the clipboard to. You would probably execute it from your script menu (made with the OSA menu extension).
  122.  
  123. You need some extra pieces to use this AppleScript:
  124.  
  125. ・ Jonユs Commands OSAX.
  126.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/jons-commands-151.hqx>
  127. ・ IC Scriptor OSAX.
  128.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/ic-scriptor-10b1.hqx>
  129. ・ OSA Menu Extension. (Optional, but nice).
  130.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/osa-menu-102.hqx>
  131.  
  132. Other features.
  133.  
  134. Both SaveURL (when it creates the file) and DropURL (when it changes the fileユs signature) also put the URL in the Finderユs comment field for your convenience. This means you can see the URL by doing a Get Info in the finder:
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. Note that although System 7.5.3 and greater maintain the finder comment field across desktop file re-builds, I still donユt think itユs the right place to keep the actual data.
  155.  
  156. DropURL and SaveURL are free but ゥ 1995-96 Peter Marks.
  157. SaveClipboard URL AppleScript is free but ゥ 1996 Alastair Rankine.
  158.  
  159. If you have problems, please mail me at Peter.Marks@pobox.com
  160. Get KeyQuencer from: ftp: //ftp.alpcom.it/software/mac/LMontalcini
  161. Get Internet Config from: 
  162.     ftp://ftp.share.com/pub/internet-configuration/index.html
  163.     ftp://ftp.amug.org/pub/peterlewis/
  164.     ftp://redback.cs.uwa.edu.au/Others/PeterLewis/
  165.     ftp://ftp.share.com/peterlewis/
  166.     ftp://ftp.nig.ac.jp/pub/mac/PeterLewis/
  167.     ftp://nic.switch.ch/software/mac/peterlewis/
  168.  
  169. Postscript
  170.  
  171. I feel a bit funny even working on this project as Iユve started trying the CyberDog beta releases. CyberDog, the collection of internet OpenDoc parts gives you total control over your URLs. They can be dragged about, dropped in the Finder, embedded in documents, and stored in a great notebook.
  172.  
  173. So, this is just an interim measure until everyone has CyberDog.
  174.  
  175. Thanks to: Alastair Rankine, Phil Mills, George Bray, and the other testers.
  176.  
  177. Peter
  178. peter.marks@pobox.com
  179.